/*////////////////////////////////////////////////////////////////////////////////*/
/*--------------------------------- SHORTCODES -----------------------------------*/
/*////////////////////////////////////////////////////////////////////////////////*/

/*-----------------------------------*/
/*---- HOME CONVERSATION SECTION ----*/
/*-----------------------------------*/

.hp-comments.hp-comments__side {
    padding-left: 0;
    padding-right: 10px;
}

.hp-comments.hp-comments__side .item-title-container {
    padding-right: 0;
    margin-bottom: 3px;
}

.hp-comments .item-title-container a {
    font-size: 17px;
}

.hp-comments.hp-comments__side .item-body-container {
    padding-left: 0;
    font-size: 15px;
    font-weight: 300;
    font-family: inherit;
    word-wrap: break-word;
}

[data-x-icon-b]:before {
    content: attr(data-x-icon-b);
}

.hp-comments.hp-comments__side .item-posted-in-container span:before {
    display: none;
}

.hp-comments.hp-comments__side .item-by-line-container span:last-of-type {
    position: static;
}

.hp-comments.hp-comments__side .item-by-line-container span:last-of-type:before {
    display: none;
}

.hp-comments.hp-comments__side .item-posted-in-container {
    float: none;
}

.hp-comments.hp-comments__side .item-image-container ~ div {
    float: none;
    margin-bottom: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.hp-comments.hp-comments__side .item-header-container {
    margin-bottom: 7px;
}

/* DISCUSSIONS WIDGET */
.hp-comments {
    padding-right: 30px;
    padding-left: 15px;
}

.hp-comments .border {
    border: none;
}

.hp-comments ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hp-comments li {
    margin-bottom: 52px;
    position: relative;
}

.hp-comments .item-image {
    border-radius: 50%;
    border: 2px solid #133694;
}

.hp-comments .container {
    width: auto !important;
    max-width: 100% !important;
    position: relative;
}

.hp-comments .item-header-container:before, .hp-comments .item-header-container:after {
    content: ' ';
    display: block;
}

.hp-comments .item-header-container:after {
    clear: both;
}

.hp-comments .item-image-container {
    float: left;
    width: 46px;
    margin-right: 24px;
}

.hp-comments .item-image-container ~ div {
    font-size: 13px;
}

.hp-comments .item-body-container {
    padding-left: 70px;
    padding-top: 5px;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 400;
    color: #808080;
    text-overflow: ellipsis;
    overflow: hidden;
}

.hp-comments .item-title-container {
    margin-bottom: 3px;
    float: left;
    width: calc(100% - 70px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 100px;
}

.hp-comments .item-title-container a {
    color: #4D4D4D;
    font-weight: 600;
    font-size: 16px;
}

.hp-comments .item-title-container a:hover {
    text-decoration: none;
    color: #133595;
}

.hp-comments .item-header-container span {
    color: #999999;
    font-weight: 400;
}

.hp-comments .item-by-line-container span:last-of-type{
    position: absolute;
    font-weight: 400;
    right: 0;
    top: 0;
}

.hp-comments  .item-by-line-container span:last-of-type:before {
    content: '';
    position: absolute;
    left: -5px;
    right: calc(100% - 5px);
    top: 0;
    bottom: 0;
    background: #FAFAFA;
}

.hp-comments  .item-by-line-container span:last-of-type:after {
    content: ',\00a0 ';
    opacity: 0;
}

.hp-comments .item-by-line-container,
.hp-comments .item-posted-in-container {
    float: left;
}

.hp-comments .item-by-line-container a,
.hp-comments .item-posted-in-container a {
    font-weight: 400;
    color: #003891;
}

.hp-comments .item-by-line-container a:after {
    content: '';
}

.hp-comments .footer-container {
    display: none;
}

.hp-comments-title h3 {
    margin: 0;
    margin-top: 6px;
    font-size: 20px;
    font-weight: 900;
    color: #394049;
}

.hp-comments-title {
    margin-bottom: 23px;
}

.hp-comments-title .button.primary.no-mr {
    margin-top: 4px;
}

/*--------------------------------*/
/*------------- NEWS  ------------*/
/*--------------------------------*/
/*One column (default)*/
.news {margin-bottom: 30px; border-bottom: 1px solid #ddd;}
.news .content, .news .subtitle  {float: none;}
.news .content {color:#7f7f7f;}
.news .subtitle {font-weight: 700; font-size: 16px;}

/*Two columns (default)*/
.news.span6 img {float:none;}
.news.span6 .content, .news.span6 .subtitle {padding-left:0;}
.news.span6 .content {margin-bottom: 32px;}


/*---------------------------------------------------*/
/*------------- BOXED CALL (With Sidebar)------------*/
/*---------------------------------------------------*/
/*One column*/
/*remove margin left from every box*/
div.boxed-call.span12 {margin-left: 0;}

/*Two columns (default)*/
div.boxed-call {
    padding:30px;
    border: 1px solid #e6e6e6;
    margin-bottom: 30px;
}
div.boxed-call h3 {
    font-size:1.286em;
    line-height:1.2em;
    font-weight: 700;
    color:#666666;
    background: transparent url("/wp-content/themes/sistina-child/images/list-divider.png") bottom left no-repeat;
    padding-bottom: 15px;
    margin:0 0 10px 0;
}
div.boxed-call p {color:#808080;}
div.boxed-call p .button {margin-top:0;}
div.boxed-call p:last-child {margin-bottom: 0;}
/*remove margin left from odd boxes*/
div.boxed-call.span6:nth-child(odd) {margin-left: 0;}

/*Three columns*/
/*remove margin left from multiple of three boxes*/
div.boxed-call.span4:nth-child(3n+1) {margin-left: 0;}

/*Four columns*/
/*remove margin left from multiple of four boxes*/
div.boxed-call.span3:nth-child(4n+1) {margin-left: 0;}

/*--------------------------------------------*/
/*------------- BOXED CALL New ---------------*/
/*--------------------------------------------*/
.training-certification div.boxed-call h3,
.course-pages div.boxed-call h3 {
    line-height: 2em;
    background: none;
    font-weight: 700;
    color: #666666;
    background-color: #F4F4F4;
    padding: 16px 20px 16px 68px;
    margin: -30px -30px 30px -30px;
    position: relative;
}
.training-certification div.boxed-call h3 .button,
.course-pages div.boxed-call h3 .button{
    margin-right: 0;
}
/*remove reponsive button to show only on < 768px */
.training-certification div.boxed-call  a.responsive,
.course-pages div.boxed-call a.responsive {
    display: none;
}
.training-certification div.boxed-call h3, .course-pages div.boxed-call h3::after {
clear: both;
}
.training-certification div.boxed-call h3 img,
.course-pages div.boxed-call h3 img {
    margin-right: 20px;
    position: absolute;
    left: 14px;
    top: 15px;
}

div.boxed-negative {
    padding:20px;
    border: 1px solid #e6e6e6;
    margin-bottom: 30px;
    background:#F4F4F4;
}
.training-certification div.boxed-negative h3 {
    font-size: 1.286em;
    line-height: 0.778em;
    background:none;
    font-weight: 700;
    color: #666666;
    margin: 0 0 10px 0;
    background-color: #FFF;
    padding: 26px;
    margin: -20px -20px 0 -20px;

}
.training-certification div.boxed-negative .boxed-top {
    margin:-20px -20px 0;
    padding:10px 40px;
    background:#FFF;
}
.training-certification div.boxed-negative ul {
    margin-left: 30px;
    font-style:italic;
}
.training-certification div.boxed-negative p {
    margin-left: 20px;
    margin-right: 30px;
    font-style:italic;
}
.training-certification div.boxed-negative p.normal strong {
    font-style:normal;
}
.training-certification div.boxed-negative .boxed-top span.left {
    font-size: 14px;
    line-height: 20px;
    margin-left: 20px;
    margin-top: 13px;
}
.training-certification div.boxed-negative .boxed-top .right {
    margin-top: 13px;
}

/***** Training REGISTER button Shortcode ***/
.shortcode-container .courses-top-buttons {
    position: relative;
    top: 0;
    right: auto;
    float: left;
    margin-bottom: 10px;
}

.shortcode .courses-top-buttons .register {
    margin-left: 0;
}

/*--------------------------------------------------------*/
/*------------- TABLE DOWNLOADS (One row only)------------*/
/*--------------------------------------------------------*/
table.downloads .title {width:80%}
table.downloads .type {text-align: center;}
table.downloads .download {
    background: transparent url('/wp-content/uploads/2014/08/download.png') 7px -2px no-repeat;
    text-align: right;
}
table.downloads .download a {color:#666666;}
table.downloads tr:nth-child(even) td {background-position: 0 -4px;} /*background position fix for even table rows*/
/*orange text and icon on gary rows*/
table.downloads tr .download a {color:#ec7d37;}
table.downloads tr:nth-child(odd) .download a {color:#ec7d37;}
table.downloads tr:nth-child(odd) .download {background-position: 0 -47px;}


.woocommerce table.regular.downloads th { background:#ff7e2e; color:#FFF;}

/*----------------------------------------------------------------*/
/*------------- WEBINARS NEW (With or Without Sidebar)------------*/
/*----------------------------------------------------------------*/  /*css revised by Bruno.S*/

.tmfshortcodes .webinar{
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 20px;
    padding-bottom: 15px;
}
.tmfshortcodes .webinar .image {
    float: left;
    width: 130px;
}
.tmfshortcodes .webinar .image .wrapper {
    margin-bottom: 0;
}
.tmfshortcodes .webinar .image img {
    margin-bottom: 10px;
}
.tmfshortcodes .webinar .content p {
    margin-bottom: 0;
}
.tmfshortcodes .webinar .title {
    margin-bottom: 0;
}
.tmfshortcodes .webinar .version span,
.tmfshortcodes .webinar .model span  {
    font-weight: 700;
}


/*----------------------------------*/
/*----- CONFERENCES & WEBINARS -----*/
/*----------------------------------*/

#sidebar-conferences-and-webinars-webinars .widget-first {
    margin-bottom: 20px;
}

/*list or grid icons (ont the top right, next to the title)*/
.event-webinar-content .list-or-grid {
    position: absolute;
    top: 20px;
    right: 45px;
    border: none;
    margin: 0;
}

.event-webinar-content .list-or-grid a.grid-view {
    border-right: 0;
}

/*hide the speakers and sponsors, because they are not in the design*/
.event-webinar-content .webinar-speakers-container,
.event-webinar-content .webinar-sponsors-container {
    display: none;
}

/*partner event button (only visible < 600)*/
.tmfshortcodes.events .partner-event-button {
    display: none;
    background-color: #ff7711;
    font-weight: 500;
    color: #fff;
    font-size: 12px;
    padding: 0 10px 0 23px;
    width: 80px;
    margin-bottom: 20px;
    background-image: url('../../../img/icons/microphone.png');
    background-repeat: no-repeat;
    background-position: 4px 4px;
}

/*GRID VIEW*/
.tmfshortcodes.events {
    margin-bottom: 0;
}

.tmfshortcodes.events.grid .event-container.webinar-post {
    padding-bottom: 0;
}

.tmfshortcodes.events.grid .event-container.webinar-post .grid-view {
    display: block;
    height: 140px;
}

.tmfshortcodes.events.grid .event-container.webinar-post .list-view {
    display: none;
}

.tmfshortcodes.events .grid.webinar-post .date .month {
    top: 3px;
}

.tmfshortcodes.events .grid.webinar-post .date {
    width: 70px;
    height: 70px;
    top: 35px;
    margin-left: -35px;
}

.tmfshortcodes.events .grid.webinar-post .date .day {
    font-size: 42px;
    top: 5px;
}

.tmfshortcodes.events .grid.webinar-post .webinar-date {
    display: none;
    float: none;
}

.tmfshortcodes.events .grid.webinar-post .title {
    min-height: 50px;
}

.tmfshortcodes.events .grid.webinar-post .title a:hover {
    color: #999 !important;
}

.tmfshortcodes.events .grid.webinar-post .webinar-location,
.tmfshortcodes.events .grid.webinar-post .webinar-time {
    font-size: 0.9em;
    line-height: 1.4em;
    color: #888888;
    margin-bottom: 0;
    min-height: 40px;
    width: 100%;
    padding-left: 0;
    background: none;
}

.tmfshortcodes.events .grid.webinar-post .excerpt {
    display: none;
}

.tmfshortcodes.events .grid.webinar-post .see-more {
    display: none;
}

.tmfshortcodes.events .grid.webinar-post {
    margin-bottom: 0;
}

/*partner event label*/
.tmfshortcodes.events .event-container.grid.partner-event .partner-event {
    background-image: url('../../../img/partner-event.png');
    background-repeat: no-repeat;
    width: 85px;
    height: 84px;
    position: absolute;
    right: -1px;
    top: 0;
    z-index: 1;
}

.tmfshortcodes.events .partner-event.list.webinar-post .title {
    padding-right: 85px;
}

/* /grid view */

/*LIST VIEW*/
.tmfshortcodes.events.list .event-container.webinar-post.list {
    border-bottom: 1px solid #e5e5e5;
    min-height: 150px;
}

.tmfshortcodes.events.list .event-container.webinar-post .list-view {
    display: block;
    float: left;
    width: 150px;
    height: 150px;
    background-repeat: no-repeat;
    background-position: center 0px;
    margin-right: 0;
}

.term-conferences .tmfshortcodes.events.list .event-container.webinar-post .list-view {
    background-size: contain;
}

.tmfshortcodes.events.list .event-container.webinar-post .list-view.webinar-icon {
    background-size: 80px;
}

/*EVENT ICONS*/
/*ICON FOR WEBINAR WITH EMPTY IMAGE*/
.tmfshortcodes.events.list .event-container.webinar-post .list-view.webinar-icon {
    background: url("../../../img/event-icons/icon-webinars.png") no-repeat scroll center 0/ 80px
}

/*temporary disable icons for webinars*/
.tmfshortcodes.events.list .event-container.webinar-post .list-view.webinar-icon {
    display: none;
    background: none !important;
}

/*END WEBINAR ICON*/
/*ICON FOR CONFERENCE WITH EMPTY IMAGE*/
.tmfshortcodes.events.list .event-container.webinar-post .list-view.conference-icon {
    background: url("../../../img/event-icons/tmforum.jpg") no-repeat scroll 0 0/ 100%
}

/*END CONFERENCE ICON*/
.tmfshortcodes.events.list .event-container.webinar-post .grid-view {
    display: none;
}

.tmfshortcodes.events .list.webinar-post {
    float: none;
}

.tmfshortcodes.events .list.webinar-post .webinar-container {
    position: relative;
    z-index: 5;
    padding-left: 165px;
}

/*temporary remove the padding*/
.term-webinar .tmfshortcodes.events .list.webinar-post .webinar-container {
    padding-left: 0;
}

.tmfshortcodes.events .list.webinar-post .date {
    display: none;
}

.tmfshortcodes.events .list.webinar-post .title {
    text-align: left;
    font-size: 20px;
    margin-bottom: 0;
}

.tmfshortcodes.events .list.webinar-post .title a {
    color: #4d4d4d !important;
}

.tmfshortcodes.events .list.webinar-post .webinar-date,
.tmfshortcodes.events .list.webinar-post .webinar-time,
.tmfshortcodes.events .list.webinar-post .webinar-location {
    float: none;
    display: block;
    width: 100%;
    text-align: left;
    background-position: 0 3px;
    margin-bottom: 0;
    background-size: 15px;
    font-size: 14px;
    color: #888888;
    padding-left: 20px;
}

.tmfshortcodes.events .list.webinar-post .webinar-location {
    margin-bottom: 20px;
}

.tmfshortcodes.events .list.webinar-post .webinar-date br {
    display: none;
}

.tmfshortcodes.events .list.webinar-post .excerpt {
    font-size: 14px;
    text-align: left;
    margin-bottom: 0;
}

.tmfshortcodes.events .list.webinar-post .see-more {
    font-size: 14px;
    float: none;
    display: block;
    text-align: left;
}

.tmfshortcodes.events:last-child .list.webinar-post:last-child {
    border-bottom: none;
}

.tmfshortcodes.events:last-child, .tmfshortcodes.events:last-child .webinar-post:last-child {
    margin-bottom: 0;
}

.tmfshortcodes.events.tmfshortcodes.row-fluid.list {
    margin-bottom: 0;
}

/*partner event label*/
.tmfshortcodes.events .event-container.list.partner-event {
    position: relative;
    overflow: hidden;
}
.tmfshortcodes.events .event-container.list.partner-event:after {
    content: 'Partner Event';
    position: absolute;
    color: #fff;
    background-color: #dd0031;
    width: 200px;
    right: -63px;
    top: 27px;
    transform: rotateZ(45deg);
    z-index: 0;
    line-height: 1.5;
    font-size: 12px;
    font-weight: 700;
}

/*--- CONFERENCES & WEBINARS SIDEBAR FILTER ---*/
#events-form-filter {
    padding: 20px 30px;
    margin: 10px -30px;
}

#events-form-filter select {
    width: 100%;
    padding: 9px !important;
    margin-bottom: 15px;
}

#events-form-filter select:last-child {
    margin-bottom: 0;
}

#events-form-filter select, #events-form-filter select option {
    font-size: 14px;
}

#events-form-filter .events-form-filter__caption {
    font-weight: 700;
}

#events-form-filter .events-form-filter__reset {
    text-align: right;
}

/*--------------------------------------------------*/
/*------------- EVENTS (Without Sidebar)------------*/
/*--------------------------------------------------*/ /*css revised by Bruno.S*/

.tmfshortcodes.events {max-width: 1500px;}
.tmfshortcodes.events .event-container {
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
}
.tmfshortcodes .event-container .shortcodes-event-title {
    margin-bottom:20px;
}
.tmfshortcodes.events .event-container > div:first-child {
    background-size:cover !important;
    background-repeat: no-repeat;
    height:210px;
    border-bottom: 6px solid red;
    position: relative;
    margin-bottom: 30px;
    background: transparent url('/wp-content/themes/sistina-child/images/img-defoult-webinars.png') no-repeat;
}
/*date box*/
.tmfshortcodes.events .event-container .date {
    width:110px;
    height:110px;
    position: absolute;
    left:50%;
    margin-left:-55px;
    top:50px;
    background-color: red;
    background-image: url('/wp-content/themes/sistina-child/images/black-triangle_v.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
/*month*/
.tmfshortcodes.events .event-container .date .month {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    color:#fff;
    position: relative;
    top: 10px;
}
/*day*/
.tmfshortcodes.events .event-container .date .day {
    font-size: 62px;
    text-transform: uppercase;
    color:#fff;
    font-weight:600;
    position: relative;
    top: 25px;
}
/*titles*/
.tmfshortcodes.events .event-container h3 {
    font-weight: 500;
    color: red;
}
/*place*/
.tmfshortcodes.events .event-container .place {
    font-size: 16px;
}
/*span12*/
.tmfshortcodes.events .span12.event-container .as-h2 {font-size: 3em;}
/*span6*/
.tmfshortcodes.events .span6.event-container .as-h2 {font-size: 2.5em;}
/*span3*/
.tmfshortcodes.events .span3.event-container .as-h2 {font-size: 1.4em;}
.tmfshortcodes.events .span3.event-container .date {
    width: 90px;
    height: 90px;
    left: 50%;
    margin-left: -45px;
}
.tmfshortcodes.events .span3.event-container .date .day {
    font-size: 48px;
    top:20px;
}
.tmfshortcodes.events a:hover { text-decoration:none!important;}

/*-----------------------------------------------*/
/*------------- EVENTS (With Sidebar)------------*/
/*-----------------------------------------------*/

/*one column*/
div#primary.sidebar-left .events .span12.event-container .as-h2,
div#primary.sidebar-right .events .span12.event-container .as-h2 {font-size: 3em;}
/*two columns*/
div#primary.sidebar-left .events .span6.event-container .as-h2,
div#primary.sidebar-right .events .span6.event-container .as-h2 {font-size: 2em;}
/*three columns*/
div#primary.sidebar-left .events .span4.event-container .as-h2,
div#primary.sidebar-right .events .span4.event-container .as-h2 {font-size: 1.1em;}
/*four columns*/
div#primary.sidebar-left .events .span3.event-container .as-h2,
div#primary.sidebar-right .events .span3.event-container .as-h2 {font-size: 1.2em;}

.tmfshortcodes.events {
    max-width: 1500px;
    display: flex;
    flex-wrap: wrap;
}

/*------------------------------------------------------------*/
/*------------- SCHEDULES (with or without Sidebar)------------*/
/*------------------------------------------------------------*/

.tmfshortcodes.schedules .schedule {
    display: table;
    padding: 10px 20px;
    width: 100%;
    box-sizing: border-box;
}
.tmfshortcodes.schedules .schedule a:hover{
    text-decoration: none;
}
.tmfshortcodes.schedules .schedule a:hover .description span {
    color: #ff7e2e;
}
.tmfshortcodes.schedules .schedule:nth-child(odd) {
    background-color: #f2f2f2;
}
.tmfshortcodes.schedules .schedule:nth-child(even) {
    background-color: #fff;
}
.tmfshortcodes.schedules .date {
    display: table-cell;
    vertical-align: middle;
    color: #999;
    border-right:1px solid #ccc;
    margin-bottom:0;
    width: 70px;
    padding-right: 20px;
}
.tmfshortcodes.schedules .month {
    display:block;
    text-transform: uppercase;
    font-size:17px;
}
.tmfshortcodes.schedules .day-number {
    display:block;
    font-size: 30px;
}
.tmfshortcodes.schedules .year {
    font-size:14px;
}
.tmfshortcodes.schedules .description,
.tmfshortcodes.schedules .description a {
    display: table-cell;
    vertical-align: middle;
    padding-left:20px;
    margin-bottom:0;
    font-size: 14px;
    color: #4D4D4D;
}
/*span 6*/
.tmfshortcodes.schedules .span6 .description {font-size: 14px;}
/*span 4*/
.tmfshortcodes.schedules .span4 .description {font-size: 14px;}


/*----------------------------------------------------*/
/*------------- SCHEDULES 2 (Alternative) ------------*/
/*----------------------------------------------------*/

.tmfshortcodes.schedules2 {
    margin-bottom: 10px;
}
.tmfshortcodes.schedules2 .schedule {
    background-color: #f3f2f2;
}
.tmfshortcodes.schedules2 .schedule .info {
    color: #4d4d4d;
}
.tmfshortcodes.schedules2 .schedule a:hover {
    text-decoration: none;
}
.tmfshortcodes.schedules2 .schedule a:hover .info span {
    color: #ff7e2e;
}
.tmfshortcodes.schedules2 .date {
    display: table-cell;
    vertical-align:middle;
    width: 50px;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    margin:0;
    background-color:#b3b3b3;
    color:#fff;
}
.tmfshortcodes.schedules2 .month {
    display:block;
    font-size: 0.786em;
}
.tmfshortcodes.schedules2 .days {
    display:block;
    font-size: 1.143em;
    font-weight: 700;
}
.tmfshortcodes.schedules2 .content {
    padding:10px 20px;
    display:table-cell;
    vertical-align:middle;
    color:#333333;
    font-weight:700;
    margin-bottom: 0;
}

/*span6*/
.tmfshortcodes.schedules2 .span6:nth-child(odd) .schedule {
    margin-left:0;
}
/*span4*/
.tmfshortcodes.schedules2 .span4 .schedule {
    margin-bottom: 24px;
}
.tmfshortcodes.schedules2 .span4:nth-child(3n+1) .schedule {
    margin-left:0;
}


/*----------------------------------------------------*/
/*------------- SCHEDULES 3 (Alternative) ------------*/
/*----------------------------------------------------*/

.tmfshortcodes.schedules3 .info {}
.tmfshortcodes.schedules3 .title {
    font-size: 18px;
    color: #808080;
    font-weight: 500;
    line-height: 1.5em;
}
.tmfshortcodes.schedules3 .see-more {
    text-align: right;
}
.tmfshortcodes.schedules3 .title .month {
    text-transform: Capitalize;
}
.tmfshortcodes.schedules3 .date-location {
    color: black;
    font-weight: 200;
    font-size: 16px;
}
.tmfshortcodes.schedules3 .schedule {
    margin-bottom: 15px;
    min-height: 80px;
}
.tmfshortcodes.schedules3 .schedule .see-more {
    text-align: right;
    padding-right: 60px;
}
.tmfshortcodes.schedules3 .schedule .see-more .button {
    margin: 0;
}

/*----------------------------------------------------*/
/*-------------------- SHARE PANEL -------------------*/
/*----------------------------------------------------*/

[data-x-icon],
[class*="x-icon-"] {
    display: inline-block;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.post_share {
    box-sizing: border-box;
    position: absolute;
    width: 70px;
    z-index: 9;
    padding-top: inherit
}
.single-tmf_press .sidebar-left .post_share {
    display: none;
}
.sidebar-left .post_share {
    right: -40px;
}

.sidebar-right .post_share {
    left: -25px;
    right: unset;
    padding-left: unset;
}

.sidebar-no .post_share{
    right: -40px;
}

.post_share  *,
.post_share  *:before,
.post_share  *:after {
    box-sizing: border-box;
}

.x-entry-share {
    border: none;
}

.x-entry-share > p {
    text-transform: none;
    font-size: 13px;
    text-align: left;
    font-weight: bold;
    color: #333E48;
}

.x-share-options {
    border: 1px solid #ccc;
    width: 55px;
}

.x-share-options > a {
    height: 55px;
    width: auto;
    display: block;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    margin: 0;
    text-align: center
}

.x-share-options > a i:before {
    line-height: 55px;
    color: #DD0031;
    font-size: 20px;
}

.x-share-options > a:hover {
    background: #ccc;
}

.x-entry-share > p {
    margin-top: 0;
    line-height: 1.7;
    margin-bottom: unset
}

.content > a {
    font-size: 26px;
}

.x-entry-share .x-share {
    line-height: 40px;
}

.x-brand.img {
    margin-top: 0;
    margin-bottom: 20px;
}

.sidebar-no #content-page{
    position: relative;
}

@media screen and (max-width: 1240px) {
    .single_head_details .post_title {
        width: 100%;
    }

    .x-share-options {
        border: none;
        width: 100%;
        text-align: left;
    }

    .x-share-options > a {
        height: 40px;
        width: 40px;
        display: inline-block;
        border: 1px solid #ccc;
        border-right: none;
        text-align: center;
    }

    .x-share-options > a i:before {
        line-height: 40px;
    }

    .x-share-options > a:last-child {
        border-right: 1px solid #ccc;
    }

    .x-entry-share {
        display: inline-block;
        vertical-align: top;
        padding-top: 0;
        padding-left: 10px;
        padding-left: unset
    }

    .post_share {
        position: relative;
        left: 0;
        top: 0;
        width: auto;
        padding-left: unset;
        padding-top: unset;
        padding-bottom: inherit
    }

    .sidebar-right .post_share {
        left: 0;
    }

    .sidebar-left .post_share {
        right: auto;
    }

    .sidebar-no .post_share{
        right: auto;
    }

    .x-entry-share > p {
        margin-top: 0;
        line-height: 1.7;
        margin-bottom: 5px;
    }

    .content > a {
        font-size: 26px;
    }

    .x-entry-share .x-share {
        line-height: 40px;
    }

    .x-brand.img {
        margin-top: 0;
        margin-bottom: 20px;
    }
}

.x-entry-share i.x-icon-facebook-square, .x-entry-share i.x-icon-twitter-square, .x-entry-share i.x-icon-google-plus-square, .x-entry-share i.x-icon-linkedin-square {
    font-family: "FontAwesome" !important;
}

.x-entry-share i.x-icon-facebook-square:before {
    content: "\f09a";
}

.x-entry-share i.x-icon-twitter-square:before {
    content: "\f099";
}

.x-entry-share i.x-icon-google-plus-square:before {
    content: "\f1a0";
}

.x-entry-share i.x-icon-linkedin-square:before {
    content: "\f0e1";
}

.x-entry-share i.x-icon-envelope-square:before {
    content: "\f0e0";
}

/*-----------------------------------*/
/*--------- CURRENT MEMBERS ---------*/
/*-----------------------------------*/

.tmf-current-members-list .back-to-top {
    display: inline-block;
    float: right;
    text-transform: none;
    font-size: 16px;
}

.tmf-current-members-list .back-to-top a {
    margin: 0;
}

/*-----------------------------------*/
/*----- SALESFORCE LEADERBOARDS -----*/
/*-----------------------------------*/

.cs_container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(175px ,1fr));
    grid-gap: 15px;
}

.cs_single_box {
    border: 1px solid #B8BEBE;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 15px 25px;
    position: relative;
    min-height: 160px;
}
.cs_company_logo{
    margin-bottom: 30px;
}
.cs_company_logo .cl {
    height: 60px;
    width:100%;
    position: relative;
}
.cs_company_logo .cl img{
   position:absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cs_container .popup_details {
    display: none;
}
.btn_popup_show {
    z-index:2;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.popup_conteinar {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: 999;
    left: 0;
    top: 0;
}
.popup_conteinar * {
    box-sizing: border-box;
}
.popup_conteiner_box {
    position: fixed;
    background: #fff;

    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 90%;
    max-width: 756px;
}
.popup_body{
    padding: 80px 50px;
    max-height: 90vh;
    overflow: auto;
}
.popup_close {
    position: fixed;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
}
.pop_buttons {
    padding-top: 30px;
    margin-left: -5px;
}
h3.pop_title {
    font-size: 30px;
    line-height: 1.2;
    color: #1E3038;
    font-weight: 600;
}
.pop_content {
    font-size: 18px;
    line-height: 1.7;
}
.popup_overlay{
    position: fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    cursor: pointer;
}
.filter_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border: 1px solid #D8D8D8;
}

.filter_container>div {
    border-right: 1px solid #D8D8D8;
    position: relative;
}

.filter_list {
    position: absolute;
    background: #FAFAFA;
    z-index: 3;
    width: 100%;
    border: 1px solid #D8D8D8;
    left: -1px;
    padding: 25px 15px;
    top:100%;
    display:none;
    max-height: 200px;
    overflow: auto;
}
.filter_list label {
    color: #888888;
    cursor: pointer;
    font-size: 13px;
}

.filter_list label input {
    margin-top: 0;
    margin-right: 8px;
}

.filter_container * {
    box-sizing: border-box;
}
.filter_title {
    height: 54px;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    background-color:#fff;
}
.filter_title.type_select{
    background-image:url("data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIuMDExIDUxMi4wMTEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMi4wMTEgNTEyLjAxMTsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI1MTJweCIgaGVpZ2h0PSI1MTJweCI+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTUwNS43NTUsMTIzLjU5MmMtOC4zNDEtOC4zNDEtMjEuODI0LTguMzQxLTMwLjE2NSwwTDI1Ni4wMDUsMzQzLjE3NkwzNi40MjEsMTIzLjU5MmMtOC4zNDEtOC4zNDEtMjEuODI0LTguMzQxLTMwLjE2NSwwICAgIHMtOC4zNDEsMjEuODI0LDAsMzAuMTY1bDIzNC42NjcsMjM0LjY2N2M0LjE2LDQuMTYsOS42MjEsNi4yNTEsMTUuMDgzLDYuMjUxYzUuNDYyLDAsMTAuOTIzLTIuMDkxLDE1LjA4My02LjI1MWwyMzQuNjY3LTIzNC42NjcgICAgQzUxNC4wOTYsMTQ1LjQxNiw1MTQuMDk2LDEzMS45MzMsNTA1Ljc1NSwxMjMuNTkyeiIgZmlsbD0iIzAwMDAwMCIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size:10px;
}
.filter_box:hover .filter_title{
 color : #D8121E
}
.filter_box:hover .filter_list{
    display:block;
}
.filter_wrap {
    padding-bottom: 30px;
}
.cs_single_box:hover{
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,.12);
}
.show_video, .show_video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    z-index: 9;
}
.show_video{
    display: none;
}
.show_video.video_active{
    display: block;
}
.cs_company_logo_popup .cl {
    max-width: 130px;
    margin: 0 15px 15px 0;
}

.cs_company_logo_popup {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.cs_company_logo_popup .cl img {
    max-height: 60px;
    width: auto;
}

@media screen and (max-width:767px){
    .popup_body {
        padding: 30px 20px;
    }
    h3.pop_title {
        font-size: 24px;
    }
}

/* TMF Catalysts Table shortcode */

.catalyst-table .winner {
    position: relative;
    padding: 25px 10px 25px 0 !important;
}

.catalyst-table .winner-tag {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
}
.catalyst-table .urn_code{ font-size: 12px; color:#98989A; font-weight: bold; }
.catalyst-table .winner-tag__word {
    background-color: #a80e16;
    display: inline-block;
    padding: 2px 6px;
    text-transform: uppercase;
    margin: 0px 0;
    vertical-align: bottom;
    font-size: 12px;
}
.catalyst-filter a.home-video-link {
    display: block;
    position: relative;
    padding-bottom: 56.2%;
    overflow: hidden;
}
.catalyst-filter  a.home-video-link>img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}
.ct_gap {
    display: block;
    height: 26px;
}

.catalyst-table .winner-tag__word:before {
    content: '\f091';
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 15px;
    margin-right: 6px;
    vertical-align: bottom;
}

.catalyst-table .winner-tag__word + a {
    display: block;
}

.catalyst-filter-list {
    margin-left: 0 !important;
    margin-bottom: 0;
}

.catalyst-filter-list label {
    cursor: pointer;
}

.catalyst-filter-list li:before {
    display: none;
}

.catalyst-filter-list li {
    display: inline-block;
    margin-right: 10px;
}

.catalyst-filter input {
    margin-top: 0;
    margin-right: 5px;
    vertical-align: baseline;
}
#catalysts_number {
    padding-bottom: 10px;
    padding-top: 30px;
}
.catalyst-filter label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}



.regular.catalyst-table {
    margin-bottom: 20px;
    border:none;
}
.regular.catalyst-table tr{ background: transparent; }

.regular.catalyst-table th {
    color: #e0121d;

}
.regular.catalyst-table td{
    border-left: none;
    border-right: none;
    padding: 24px 15px 24px 0;
}

.regular.catalyst-table th.name {
    width: 65%;
}
.regular.catalyst-table .winner-tag a{ 
    color:#29303A; 
    font-size: 20px; 
    line-height: 1.4; 
    margin-right: 10px;
}
.regular.catalyst-table th.description {
    width: 48%;
}
.regular.catalyst-table td {
    vertical-align: top;
}
.regular.catalyst-table td.video {
    padding: 24px 0 24px 15px;
    width: 35%;
}
.regular.catalyst-table td.video .home-video-link-wrapper {
    margin-bottom: 10px;
}
.catalyst-table .catalyst-table__participants_link {
    display: block;
    font-size: 14px;
}

.catalyst-table .catalyst-table__participants_link .fa-users {
    margin-right: 5px;
}

.catalyst-table .description p {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 15px;
    line-height: 1.5;
    color:#333;
}

.catalyst-table .description .modal p {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 28px;
}
.catalyst-table .description .modal p:last-child {
    margin-bottom: 0;
}

.catalyst_flt_box {
    display: flex;
    position: relative;
}
.filter-single {
    flex-basis: 25%;
    padding: 0px;
    position: relative;
}
.filter-single:first-child,.filter-single:last-child{ position: static; }
.filter-single:last-child{ border:none; }
.filter-single .catalyst-filter-list {
    display: none !important;
}
.filter-single .filter-title{ 
    margin: 0;
    font-size: 16px;
    font-weight: normal; 
    padding: 15px 10px;
    position: relative;
    cursor: pointer;
    border: 1px solid #E6E6E6;
}
.filter-single .filter-title:after {
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIuMDExIDUxMi4wMTEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMi4wMTEgNTEyLjAxMTsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI1MTJweCIgaGVpZ2h0PSI1MTJweCI+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTUwNS43NTUsMTIzLjU5MmMtOC4zNDEtOC4zNDEtMjEuODI0LTguMzQxLTMwLjE2NSwwTDI1Ni4wMDUsMzQzLjE3NkwzNi40MjEsMTIzLjU5MmMtOC4zNDEtOC4zNDEtMjEuODI0LTguMzQxLTMwLjE2NSwwICAgIHMtOC4zNDEsMjEuODI0LDAsMzAuMTY1bDIzNC42NjcsMjM0LjY2N2M0LjE2LDQuMTYsOS42MjEsNi4yNTEsMTUuMDgzLDYuMjUxYzUuNDYyLDAsMTAuOTIzLTIuMDkxLDE1LjA4My02LjI1MWwyMzQuNjY3LTIzNC42NjcgICAgQzUxNC4wOTYsMTQ1LjQxNiw1MTQuMDk2LDEzMS45MzMsNTA1Ljc1NSwxMjMuNTkyeiIgZmlsbD0iIzAwMDAwMCIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
    background-size: 10px;
    background-repeat: no-repeat;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.filter-single .filter-title.no-dd{ padding:0;}
.filter-single .filter-title.no-dd:after {
    display:none;
}
.filter-single .filter-title.no-dd input[type="text"] {
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    padding: 0 10px !important;
    cursor: pointer;
    border: none;
    height: 50px;
    line-height: 50px;
    background: #fff;
    color:#29313b;
}
.filter-single input[type="text"]:focus::-webkit-input-placeholder { 
    color: #ccc !important;
}
.filter-single input[type="text"]:focus:-ms-input-placeholder {
    color: #ccc !important;
}
.filter-single input[type="text"]:focus::placeholder {
    color: #ccc !important;
}
.filter_autocomplete .fa {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    color: #ccc;
}
.filter-single input[type="text"]::-webkit-input-placeholder { 
    color: #29313b !important;
}
.filter-single input[type="text"]:-ms-input-placeholder {
    color: #29313b !important;
}
.filter-single input[type="text"]::placeholder {
    color: #29313b !important;
}

.filter-single-inner:hover .catalyst-filter-list {
    display: block !important;
}
ul.catalyst-filter-list {
    position: absolute;
    background: #FAFAFA;
    width:100%;
    top: 52px;
    left: 0px;
    border: 1px solid #E6E6E6;
    padding: 10px;
    box-sizing: border-box;
    z-index: 999;
}
.catalyst-filter-list li {
    min-width: calc(25% - 20px);
    color:#808080;
    font-size: 13px;
}
.check_app {
    display: inline-block;
    margin: 0 4px 6px 0;
    padding: 0px 4px;
    border-radius: 4px;
    font-weight: bold;
    cursor: pointer;
    font-size: 14px
}
.check_app:hover{  background: #f6f6f6; }
.check_app:before {
    content: 'x';
    background: #99999E;
    color: #fff;
    padding: 1px 4px 4px;
    line-height: .7;
    border-radius: 4px;
    margin-right: 4px;
    display: inline-block;
    position: relative;
    top: -1px;
    cursor: pointer;
}

.opt_selcted {
    padding: 10px;
}

.single_catelyst_footer {
    display: flex;
    justify-content: space-between;
}

.filter_autocomplete {
    position: relative;
}

.autocomplete_dropdown {
    position: absolute;
    top: 100%;
    background: #fff;
    width: 100%;
    z-index: 99;
    box-shadow: 0px 1px 4px 0px rgba( 0, 0, 0, 0.20 );
    height: 150px;
    overflow: auto;
    display: none;
}

.autocomplete_dropdown ul {
    margin: 0;
    list-style: none;
}

.autocomplete_dropdown ul li {
    margin: 0;
    padding: 5px;
    border-bottom: 1px solid #fafafa;
}
.autocomplete_dropdown ul li:hover{
    background: #f5f5f5;
}

/* Custom checkboxes */
input.tmf-checkbox {
    position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
}

.tmf-checkbox + span {
    padding-right: 5px;
    padding-left: 20px;
    height: 16px;
    display: inline-block;
    line-height: 16px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 13px;
    vertical-align: middle;
    cursor: pointer;
    background-image: url(../framework/img/icons/case-studies/checkbox.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input.tmf-checkbox:checked + span {
    background-position: 0 -16px;
}


.catalyst-filter *{ box-sizing: border-box; }
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
    .tmf-checkbox + span {
        background-image: url(../framework/img/icons/case-studies/checkbox-v@2x.png);
        background-size: 15px 32px;
    }
}

@media (max-width: 992px) {
    .catalyst-filter-list li {
        min-width: calc(50% - 20px);
    }
} 
@media (max-width: 620px) {
    .regular.catalyst-table {
        display: flex;
        border: none;
    }

    .regular.catalyst-table thead {
        display: none;
    }

    .regular.catalyst-table .winner-tag a {
        font-size: 24px;
    }

    .regular.catalyst-table tr {
        display: block;
        border: none;
    }

    .regular.catalyst-table tr td {
        display: block;
        border: 1px solid #ccc !important;
    }

    .regular.catalyst-table .home-video-link img {
        display: block;
        margin: 0 auto;
    }

    .regular.catalyst-table tr td {
        position: relative;
        padding-top: 40px !important;
    }

    .regular.catalyst-table tr td:nth-child(1):before,
    .regular.catalyst-table tr td:nth-child(2):before,
    .regular.catalyst-table tr td:nth-child(3):before {
        box-sizing: border-box;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        padding: 3px 10px;
        color: #dd0031;
        font-weight: bold;
        font-size: 16px;
        background-color: #e6e6e6;
        width: 100%;
    }

    .regular.catalyst-table td.video {
        width: 100%;
        padding: 0 !important;
    }
    .catalyst-table .catalyst-table__participants_link {
        text-align: center;
    }
    ul.catalyst-filter-list {
        position: relative;
        top:0;
    }
    .regular.catalyst-table tr td{ padding: 15px !important; }
    .regular.catalyst-table tr td:nth-child(2),
    .regular.catalyst-table tr td:nth-child(3) {
        margin-top: -1px;
    }
    .catalyst_flt_box {
        flex-direction: column;
    }
    .ct_gap {
            display: none;
    }
    .regular.catalyst-table tr td:nth-child(3) {
        margin-bottom: 25px;
    }
    .catalyst-filter-list li {
        display: block;
    }
    .single_catelyst_footer {
        justify-content: center;
        flex-direction: column;
        text-align: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .single_catelyst_footer>*{ margin-bottom: 15px; }
}

/*--------------------------------------------------*/
/*---- TMF_Webinar_Feed ( [tmf_webinar_feed] ) -----*/
/*--------------------------------------------------*/
.tmfshortcodes.webinar_feed .webinar_status {
    color: #394049;
    font-weight: 400;
    font-size: 15px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
    .tmfshortcodes.webinar_feed .horizontal-seperator {
        margin-bottom: 20px !important;
    }
    .filter-single .filter-title {
        font-size: 12px;
        padding: 10px 15px 10px 7px;
    }
    .check_app, .catalyst-filter-list label span{
        font-size: 12px;
        line-height: 1.5;
    }
    ul.catalyst-filter-list {
        top: 35px;
    }
}

/* TMF Catalysts Table shortcode end */


/*--------------------------------------------------*/
/*------------- EVENTS (Without Sidebar)------------*/
/*--------------------------------------------------*/  /*CHECKED*/

.tmfshortcodes.events {
    max-width: 1500px;
    display: flex;
    flex-wrap: wrap;
}

.tmfshortcodes.events.thumbs>div {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
}

.tmfshortcodes.events .event {
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
}

.tmfshortcodes.events.thumbs .event h3,
.tmfshortcodes.events.thumbs .event p.place {
    text-align: left;
}
.tmfshortcodes.events.thumbs .event h3 {
    margin-left: 149px;
    margin-top: 8px;
    padding-right: 20px;
    color: #29313B;
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
}
.tmfshortcodes.events.thumbs .span4 .event h3 {
    font-size: 24px;
    line-height: 32px;
    left: 125px;
}
.tmfshortcodes.events.thumbs .event p.place {
    margin-top: 50px;
    margin-left: 149px;
    color: #BB0034;
    font-size: 20px;
    font-weight: 400;
}
.tmfshortcodes.events.thumbs .span4 .event p.place {
    left: 125px;
}
.tmfshortcodes.events.thumbs .event .image {
    border: none !important;
}
/*date box*/
.tmfshortcodes.events .event .date {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 105px;
    background-color: #394049 !important;
    transform: translate(0, -50%);
}
.tmfshortcodes.events .event .event-date {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0;
    color: green;
}
.tmfshortcodes.events .event-is-ended .event-date {
    /*color: #E0121D;*/
    color: #333;
}
/*month*/
.tmfshortcodes.events .event .date .month {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color:#fff;
    position: relative;
    top: 13px;
}
/*day*/
.tmfshortcodes.events .event .date .day {
    font-size: 47px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 900;
    position: relative;
    top: 14px;
}
/*titles*/
.tmfshortcodes.events .event h3 a{
    font-weight: 500;
    color: #29313B !important;
}
.tmfshortcodes.events .event h3 a:hover {
    text-decoration: none;
    color: #133595 !important;
}

@media (max-width: 991px) {
    .tmfshortcodes.events.thumbs .span6,
    .tmfshortcodes.events.thumbs .span4 {
        width: 100%;
        margin-left: 0;
    }
}
@media (max-width: 620px) {
    .tmfshortcodes.events.thumbs .event h3 {
        font-size: 1.7em;
    }
    .tmfshortcodes.events.thumbs .event p.place {
        font-size: 1.2em;
    }
}
@media (max-width: 480px) {
    .tmfshortcodes.events.thumbs .event p.place {
        margin-top: 40px;
        margin-left: 120px;
        min-height: 60px;
        max-height: 60px;
        font-size: 1.1em;
    }
    .tmfshortcodes.events.thumbs .event h3 {
        font-size: 1.4em !important;
        line-height: 1.4 !important;
        padding-right: 30px;
        margin-left: 20px;
        margin-top: 30px;
    }
    .tmfshortcodes.events .event .date {
        top: 0;
        transform: translate(0, 0);
    }
}
    /*span12*/
    .tmfshortcodes.events .span12 .event .place {font-size: 22px;}
    .tmfshortcodes.events .span12 .event h3 {font-size: 3em; margin-bottom: 15px;}
    /*span6*/
    /*.tmfshortcodes.events .span6 .event h3 {font-size: 1.8em;}*/
    /*span3*/
    .tmfshortcodes.events .span3 .event h3 {font-size: 1.4em;}

    .tmfshortcodes.events .span3 .event .date {
        width: 90px;
        height: 90px;
        left: 50%;
        margin-left: -45px;
    }
    .tmfshortcodes.events .span3 .event .date .day {
        font-size: 48px;
        top:20px;
    }
	.tmfshortcodes.events a:hover { text-decoration:none!important;}

/*----- Upcoming Events -----*/
.tmfshortcodes.events.thumbs {
    background-color: #FFFFFF;
}

.tmfshortcodes.events.thumbs p {
    max-width: 325px;
    margin: 0 auto;
}

.tmfshortcodes.events.thumbs .event {
    position: relative;
    height: 100%;
    min-height: 220px;
    box-shadow: 0 0 24px rgba(0,0,0,0.2);
    margin-bottom: 40px;
}
@media (max-width: 480px) {
    .tmfshortcodes.events.thumbs .event {
        height: auto;
        min-height: 220px;
    }
}

 /* START shortcode about_tm_forum_home, tmf_video*/
 #modalIframe.modal {
    width: 740px;
    margin-left: -370px;
    background-color: #000;
}
#modalIframe.modal iframe {
    display: block;
    width: 100%;
    height: 415px;
}

#modalIframe .modal-close {
    width: 40px;
    height: 40px;
    background: #fff;
    position: absolute;
    right: -20px;
    top: 20px;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 800;
    z-index: 1000;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    #modalIframe.modal {
        width: auto;
        margin-left: 0;
    }
}
@media screen and (max-width: 480px) {
    #modalIframe.modal iframe {
        height: 325px;
    }
}

.home-video-link-wrapper.play-icon a {
    display: block;
    position: relative;
}
.home-video-link-wrapper.play-icon a:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: '\f04b';
    background-color: #29313B;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    width: 60px;
    height: 35px;
    line-height: 35px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: all .3s;
    z-index: 9;
}
.home-video-link-wrapper.play-icon a:hover:before {
    background-color: #384352;
    background-color: rgba(0, 0, 0, .6);
}
.home-video-link-wrapper.play-icon a img {
    opacity: .9;
}
.home-video-link-wrapper.play-icon a:hover img {
    opacity: 1;
}
/* END shortcode about_tm_forum_home, tmf_video*/

/*---------------------------------------------------------*/
/*------------- STAFF (With or Without Sidebar)------------*/
/*---------------------------------------------------------*/

.employees {
    margin-bottom: 30px;
}

.employees.row-fluid .span2 {
    margin-top: 2px;
    margin-bottom: 0px;
    margin-right: 2px !important;
    width: 19.7%;
    margin-left: 0;
    overflow: hidden;
    height: 200px;
}

.employees.row-fluid .span2:nth-child(5n+1) {
    clear: left;
}

.staff {
    position: relative;
    margin-right: 1px;
}

.staff:hover .overlay {
    opacity: 0.9;
}

.staff img {
    width: 100%;
}

.staff .overlay {
    opacity: 0;
    background-color: #fff;
    transition: opacity 1s;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.staff .overlay div {
    text-align: center;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    margin-top: -80px;
    width: 100%;
}

.staff .overlay div > * {
    padding: 0 10px;
}

.staff p:first-child {
    margin-bottom: 0px;
    margin-top: 0;
}

.staff .overlay .name {
    font-weight: 600;
}

.staff .overlay .name:after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    border-bottom: 1px solid #e6e6e6;
    margin: 8px auto;
}

.staff .overlay .position {
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 2px;
    line-height: 18px;
    font-size: 14px;
}

.staff .overlay .company {
    font-weight: 300;
    color: #dd0031;
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1.3em;
}

.staff .overlay .more {
    color: #fff;
    background-color: #b3b3b3;
    padding: 4px 12px;
    font-size: 1.429em;
    font-weight: 600;
    border-radius: 2px;
}

.staff .overlay .more:hover {
    background: #4d4d4d;
    text-decoration: none;
}

.staff.nosidebar {
    width: 16.5%;
}

.staff .overlay div.long {
    margin-top: -90px;
}

/*"More info" Staff Lists*/
.employees .staff-info:first-child {
    border-top: 5px solid #e6e6e6;
    padding-top: 24px;
}

.employees .staff-info:last-child {
    border-bottom: none;
}

.staff-info {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 8px;
    margin-bottom: 30px;
}

.staff-info img {
    float: left;
    width: 90px;
}

.staff-info .info {
    background: transparent url("/wp-content/themes/sistina-child/images/list-divider.png") 120px bottom no-repeat;
    padding-bottom: 8px;
    margin-bottom: 30px;
}

.staff-info.slt img {
    float: left;
    width: 120px;
}

.staff-info.slt .info {
    background: transparent url("/wp-content/themes/sistina-child/images/list-divider.png") 140px bottom no-repeat;
    padding-bottom: 8px;
    margin-bottom: 30px;
}

.staff-info .bio {
    clear: left;
    margin-bottom: 20px;
}

.staff-info .name {
    margin-bottom: 0;
}

.staff-info .position {
    margin-top: 0;
}

.staff-info .distinctions li {
    color: #dd0031;
    margin-left: 0;
}

.staff-info .name,
.staff-info .position,
.staff-info .distinctions,
.staff-info .bio {
    padding-left: 120px;
    color: #29313b;
}

.staff-info.slt .name,
.staff-info.slt .position,
.staff-info.slt .distinctions,
.staff-info.slt .bio {
    padding-left: 140px;
}

.staff-img img {
    width: auto !important;
    height: 212px !important;
}

.span12 .staff-img {
    margin-right: 0px !important;
}

.span12 .staff-img img {
    width: 100% !important;
}

.span9 .staff-img img {
    width: 100% !important;
}

/*---------------------------------------------------------------------*/
/*-------------- STAFF - Alternate Version (With Sidebar) -------------*/
/*---------------------------------------------------------------------*/
/*One column (default)*/
/*remove margin left from every staff box*/
.staff2.span12 {
    margin-left: 0;
    border-bottom: 1px solid #e6e6e6;
}

.staff2.span12:last-child {
    margin-bottom: 0;
}

.staff2 img {
    float: left;
    border-right: 1px solid #e6e6e6;
    padding-right: 20px;
    margin-right: 20px;
    margin-bottom: 6px;
}

.staff2 h4 {
    font-si0ze: 1.286em;
    color: #999999;
    text-transform: capitalize;
    font-weight: 400;
}

.staff2 p {
    margin-top: 0;
}

.staff2 span {
    display: block;
}

.staff2 .name {
    font-size: 1.286em;
    font-weight: 700;
    text-transform: capitalize;
}

.staff2 .position {
    text-transform: capitalize;
    margin-bottom: 5px;
}

.staff2 .staff2-text {
    float: left;
}

/*Two columns*/
/*remove margin left from odd staff boxes*/
.staff2.span6:nth-child(odd) {
    margin-left: 0;
}

.staff2.span6 {
    margin-bottom: 16px;
}

/*Three columns*/
/*remove margin left from multiple of three staff boxes*/
.staff2.span4:nth-child(3n+1) {
    margin-left: 0;
}

div#primary[class*="sidebar"] .staff2.span4 {
    margin-bottom: 16px;
    font-size: 0.9em;
}

div#primary[class*="sidebar"] .staff2.span4 img {
    width: 70px;
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
}

div#primary[class*="sidebar"] .staff2.span4 p, .staff2.span4 h4 {
    padding-left: 80px;
}

/*---------------------------------------------------------------------*/
/*------------- STAFF - Alternate Version (Without Sidebar)------------*/
/*---------------------------------------------------------------------*/
/*Three columns*/
.staff2.span4 {
    margin-bottom: 48px;
}

/*Four columns*/
.staff2.span3 {
    margin-bottom: 24px;
}

.staff2.span3:nth-child(4n+1) {
    margin-left: 0;
}

.staff2.span3 img {
    width: 80px;
    padding-right: 0;
    border-right: none;
    margin-right: 15px;
}

.staff2.span3 {
    font-size: 0.9em;
}

.staff2.span3 p, .staff2.span4 h4 {
    padding-left: 80px;
}


.staff2 .name2 {
    padding: 0px;
    margin: 0px;
    font-weight: 600;
}

.staff2 .position2 {
    padding: 0px;
    margin: 0px;
    font-weight: 300;
}

.staff2 .company_new {
    padding: 0px;
    margin: 0px;
    font-weight: 300;
    color: #dd0031;
}

.staff2 .text2 {
    height: 160px;
    vertical-align: top;
    display: block;
}

@media (max-width: 1199px) {
    .staff2 .name2 {
        font-size: 14px;
    }

    .staff2 .position2 {
        font-size: 14px;
    }

    .staff2 .company_new {
        font-size: 14px;
    }

    .staff2 .text2 {
        height: 165px;
    }
}

/*------------------------------------------------------*/
/*------------- STAFF ROUNDED (With Sidebar)------------*/
/*------------------------------------------------------*/
/*One column*/
.staff-rounded.span12 {
    margin-left: 0;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 24px;
    margin-bottom: 24px;
}

/*Two columns*/
.staff-rounded.span6:nth-child(2n+1) {
    margin-left: 0;
    clear: left;
}

/*Three columns (default)*/
.staff-rounded .picture {
    float: left;
    width: 80px;
    height: 80px;
    border-radius: 50px;
    overflow: hidden;
}

.staff-rounded p {
    margin: 0 0 0 100px;
}

.staff-rounded .name {
    color: black;
    font-weight: 700;
}

.staff-rounded .charge {
    font-size: 0.9em;
}

.staff-rounded .company {
    font-size: 0.9em;
    font-weight: 700;
}

.staff-rounded .logo {
    width: 140px;
    margin: 16px 0 0 100px;
}

/*remove margin left from multiple of three staff boxes*/
.staff-rounded.span4:nth-child(3n+1) {
    margin-left: 0;
    clear: left;
}

/*separate rows*/
.staff-rounded {
    margin-bottom: 40px;
}

/*Four columns (Onlfy for pages withour Sidebar)*/
.staff-rounded.span3:nth-child(4n+1) {
    margin-left: 0;
    clear: left;
}

/*-------------------------------------------------------------------------------*/
/*------------- STAFF ROUNDED XS (Smaller version of "Staff Rounded")------------*/
/*-------------------------------------------------------------------------------*/
/*One column*/
.staff-rounded-xs.span12 {
    margin-left: 0;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 24px;
    margin-bottom: 24px;
}

/*Two columns*/
.staff-rounded-xs.span6:nth-child(2n+1) {
    margin-left: 0;
    clear: left;
}

/*Three columns (default)*/
.staff-rounded-xs .picture {
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    overflow: hidden;
}

.staff-rounded-xs p {
    margin: 0 0 0 80px;
}

.staff-rounded-xs .name {
    color: rgb(95, 95, 95);
}

.staff-rounded-xs .charge {
    font-size: 0.8em;
    color: #999;
}

.staff-rounded-xs .company {
    font-size: 0.8em;
    color: #999;
}

/*remove margin left from multiple of three staff boxes*/
.staff-rounded-xs.span4:nth-child(3n+1) {
    margin-left: 0;
    clear: left;
}

/*separate rows*/
.staff-rounded-xs {
    margin-bottom: 40px;
}

/*Four columns (Onlfy for pages withour Sidebar)*/
.staff-rounded-xs.span3:nth-child(4n+1) {
    margin-left: 0;
    clear: left;
}

.staff-rounded-xs.span3 p {
    margin: 0 0 0 65px;
}

.filter-single {
    flex-basis: 70%;
    padding: 0px;
    position: relative;
}

.filter-single-inner:hover .catalyst-filter-list {
    display: flex !important;
}
ul.catalyst-filter-list {
    position: absolute;
    background: #FAFAFA;
    width:100%;
    top: 52px;
    left: 0px;
    border: 1px solid #E6E6E6;
    padding: 10px;
    box-sizing: border-box;
    z-index: 999;
}
.catalyst-filter-list li {
    min-width: calc(25% - 20px);
    color:#808080;
    font-size: 13px;
    flex-basis: 25%;
    margin-left: 0;
}
.catalyst-filter-list li legend {
    margin-bottom: 0 !important;
    border-bottom: 0;
    color: #888888;
    font-size: 13px;
}
.certifications-leader-board__filter .catalyst-filter-list label {
    margin-bottom: 0 !important;
    font-size: 13px !important;
}
.sf_leaderboard_company_list {
    height: 200px;
    overflow-y: scroll;
    width: 100%;
}
.sf_leaderboard_company_list ul {
    margin: 0;
    padding: 0;
}
.sf_leaderboard_company_list ul li {
    cursor: pointer;
    color: #888888;
    font-size: 14px;
    margin: 3px 0 !important;
}
.certifications-leader-board__filter .filter-single:last-child .catalyst-filter-list li {
    flex-basis: 100%;
}
.catalyst-filter.certifications-leader-board__filter i.opt_selcted {
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    color: #1E3038;
}
.catalyst-filter input[name="sf_leaderboard_company_search"], .catalyst-filter input[name="sf_leaderboard_company_search"]:focus {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAY5JREFUOI2dkr9qFFEchb8zKCGLQcHCdIloK8R9AM0dFtkpNvgIdoqIupjOQgslIEoqsU2jtbjFTmRmrhZWQlBfwH0EC1FSOMfCNWSSYYOe7v453+/cwxUtGse4atsA89LnEMK3tnsA2r/Iy/Iu0gPgFPAdOAGAvTWXJMM2ULI3taq2kDYFLyRd6KfpwrG6XpS9ZunSrv11HONya4Lp5E1DL0vT8uCl0WjUOd7p5EgL/TS9eDiB9BB40mYGGAwGP2zfA1a2Y7zaAIxjXAVOuq5ftpn/Kuv1Pho+1HYTAGD4mfV6X2YBptoBGj0kAIL5oihOH+VOpMVDe8AE4Bd0jwLY7sp+3QBkIUwM750kG7PMeVk+As45SZoAAKRrwPm8ql4VRXHmoHm7LNeR7gNvshAm+8/2fuLbGFdq+x2wC+RIO7aXgK7gsqWR7AHSej+EZ80EwJUQPs1Jy9gbhiXsIX96mVg6m4WwJriO/XRcVcMj6prZxY28qpzHeKfxhH/RuKpuCp7Lvv1fgGmSW8Dj3w/+m9AgE3ICAAAAAElFTkSuQmCC");
    background-position: 6px 50%;
    background-repeat: no-repeat;
    background-size: 20px;
    padding-left: 30px !important;
    border-color: #B8BEBE;
}
span.filtered_data {
    display: inline-block;
    padding: 0 14px 0 5px;
    position: relative;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    color: #1E3038;
    cursor: auto;
}
span.filtered_data:after {
    content: "";
    position: absolute;
    top: 53%;
    transform: translateY(-50%);
    right: 0;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAGdJREFUGJWVj8EJxDAQA0duwqXFJezr2vGWkJTmKnSvwGE2kNNTjCSkOedH0oqIi0KZedjuTdKyfWbm8QCdkpY2Y9zNu6ciPQD2oKopgF8IoFUHKv03/epMBVUrzXavIICIuCQN2/0LyZ1wYNbZ5jYAAAAASUVORK5CYII=");
    width: 10px;
    height: 11px;
    background-size: 10px;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}
/*************** SCROLLBAR BASE CSS ***************/

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scroll-element {
    display: none;
}
.scroll-element, .scroll-element div {
    box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}

.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}




/*************** SIMPLE INNER SCROLLBAR ***************/

.sf_leaderboard_company_list > .scroll-element,
.sf_leaderboard_company_list > .scroll-element div
{
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.sf_leaderboard_company_list > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.sf_leaderboard_company_list > .scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%;
}

.sf_leaderboard_company_list > .scroll-element.scroll-y {
    height: 100%;
    right: 2px;
    top: 0;
    width: 2px;
}

.sf_leaderboard_company_list > .scroll-element .scroll-element_outer {
    overflow: hidden;
}

.sf_leaderboard_company_list > .scroll-element .scroll-element_outer,
.sf_leaderboard_company_list > .scroll-element .scroll-element_track,
.sf_leaderboard_company_list > .scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.sf_leaderboard_company_list > .scroll-element .scroll-element_track,
.sf_leaderboard_company_list > .scroll-element .scroll-bar {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 1;
}

.sf_leaderboard_company_list > .scroll-element .scroll-element_track {background-color: #D8D8D8;}
.sf_leaderboard_company_list > .scroll-element .scroll-bar {background-color: #1E3038;}
.sf_leaderboard_company_list > .scroll-element:hover .scroll-bar { background-color: #919191; }
.sf_leaderboard_company_list > .scroll-element.scroll-draggable .scroll-bar { background-color: #919191; }


/* update scrollbar offset if both scrolls are visible */

.sf_leaderboard_company_list > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -12px; }
.sf_leaderboard_company_list > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -12px; }


.sf_leaderboard_company_list > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -12px; }
.sf_leaderboard_company_list > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -12px; }
/*------ Register & View More shortcode tables [registration-button] -----*/

/*register*/
table.register th:nth-child(2) {
    width: 40%;
}

table.register th:nth-child(3) {
    width: 20%;
    text-align: center;
}

table.regular tbody tr:nth-child(even) td {
    padding: 10px;
}

@media (max-width: 767px) {
    table.regular tbody tr:nth-child(even) td {
        padding: 5px;
    }
}

table.register th {
    font-weight: bold;
}

table.register th.register {
    background-color: #dd0031;
    color: #fff;
}

table.register tr td {
    padding: 0 10px;
}

table.register td.register a {
    display: block;
    height: 40px;
}

table.register td.register a {
    background-image: url('../images/btn-register-viewmore_40x40.png');
    background-repeat: no-repeat;
    background-position: top center;
    padding: 0;
}

/*view-more*/
table.view-more th:nth-child(2) {
    width: 20%;
    text-align: center;
    min-width: 74px;
}

table.view-more th {
    font-weight: bold;
}

table.view-more {
    margin-top: -60px;
}

table.view-more th.view-more {
    background-color: #999;
    color: #fff;
}

table.view-more tr td {
    padding: 0 10px;
}

table.view-more tr td:last-child {
    padding: 0;
    background-color: #999;
}

table.view-more td.view-more a {
    position: relative;
    display: block;
    height: 40px;
    padding: 0;
    background-color: #999;
    color: #fff;
}

table.view-more td.view-more a:before {
    display: block;
    position: absolute;
    width: 96px;
    height: 22px;
    margin: auto;
    content: 'READ MORE';
    font-size: 15px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

table.view-more td.view-more a:hover:before {
    font-weight: bolder;
}

/*table.register td.register:before {*/
/*    display: block;*/
/*    position: absolute;*/
/*    width: 80px;*/
/*    height: 20px;*/
/*    margin: auto;*/
/*    content: 'BUY NOW';*/
/*    font-size: 15px;*/
/*    left: 0;*/
/*    right: 0;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*}*/
table.register td.register_buy {
    display: inline-block;
    position: relative;
    width: auto;
    height: auto;
    margin: auto;

}
table.register td.register input {
    display: block;
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    padding: 10px 20px;
    white-space: pre-wrap;
    font-size: 13px;
    line-height: 1.2;
    font-weight: bold;
    text-transform: uppercase;
    background: #0D2548!important;
    border-radius: 50px;
    text-align: center;
}

table.register td.register input:hover {
    opacity: .7;
}
table.view-more td.view-more-new a {
    position: relative;
    display: block;
    padding: 10px;
    background-color: #999;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;

}
table.view-more td.view-more-new a:hover {
    font-weight: bold;
}
table.register td.register:hover:before {
    font-weight: bolder;
}

table.register td.register input {
    display: block;
    height: 40px;
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    padding: 0;
}
